]> dgit.raspbian.org Git - kf6-krunner.git/commitdiff
Skip flaky test
authorSantiago Vila <sanvila@debian.org>
Sun, 10 May 2026 22:35:00 +0000 (00:35 +0200)
committerSantiago Vila <sanvila@debian.org>
Sun, 10 May 2026 22:35:00 +0000 (00:35 +0200)
Forwarded: https://bugs.kde.org/show_bug.cgi?id=519399

Gbp-Pq: Name skip-flaky-test.patch

autotests/threadingtest.cpp

index add48ee8c10347692ffb041cd240b6956a51ab62..3828f1cf1f961953702859b896f6f342b76a298f 100644 (file)
@@ -15,6 +15,10 @@ class ThreadingTest : public AbstractRunnerTest
 
     AbstractRunner *fakeRunner = nullptr;
 private Q_SLOTS:
+    void initTestCase()
+    {
+        QSKIP("Flaky test skipped");
+    }
     void init()
     {
         initProperties();